fusedoc2struct/fusedoc2struct_SO
(c) 2003 Jeffrey S. Peters, All Rights Reserved
===============================================================================
The fusedoc2struct custom tag reads a specified file, extracts a Fusedoc-2.0-compliant
Fusedoc from the file, and converts it into a CF structure (XML document in CFMX).

Requirements:
-------------------------------------------------------
The fusedoc2struct version requires CFMX 6.0 or later.
The fusedoc2struct_SO version can run in CF 4.5 or later, and requires the SOXML custom tag from SiteObjects.com

The tag takes two arguments: a fuse file name to read, and a variable name in which to store the output.

The test files show how the tags work.

===============================================================================
Fusedoc (c) 1999-2003, Hal Helms (http://www.halhelms.com)
SOXML (c) SiteObjects (http://www.siteobjects.com)